var bytes.asciiSpace
8 uses
bytes (current package)
bytes.go#L449: var asciiSpace = [256]uint8{'\t': 1, '\n': 1, '\v': 1, '\f': 1, '\r': 1, ' ': 1}
bytes.go#L465: isSpace := int(asciiSpace[r])
bytes.go#L481: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L486: if asciiSpace[s[i]] == 0 {
bytes.go#L494: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L1125: if asciiSpace[c] == 0 {
bytes.go#L1137: if asciiSpace[c] == 0 {
iter.go#L96: isSpace := asciiSpace[s[i]] != 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)